From: Colin Walters Date: Fri, 28 Apr 2017 20:58:34 +0000 (-0400) Subject: ci: Fix flatpak test pkg install X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~37^2~58 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dae6cfba56efab5977786e9a519e8951a2e182db;p=ostree.git ci: Fix flatpak test pkg install Closes: #822 Approved by: jlebon --- diff --git a/ci/flatpak.sh b/ci/flatpak.sh index f7edba3e..fee738aa 100755 --- a/ci/flatpak.sh +++ b/ci/flatpak.sh @@ -28,7 +28,7 @@ cd flatpak dnf builddep -y flatpak # And runtime deps dnf install -y flatpak && rpm -e flatpak -dnf install which attr fuse parallel # for the test suite +dnf install -y which attr fuse parallel # for the test suite build # We want to capture automake results from flatpak cleanup() {